remove comma from string python column

53

remove comma from string python column -

df['x']=df['x'].str.replace(',','')

Comments

Submit
0 Comments